.banner {
  width: 100%;
  max-width: 1600px;
  min-width: 1200px;
}

.fl-row-full-zs {
  min-width: 1200px;
  margin-top: 52px;
  background-image: url(../img/bg.jpg);
  background-size: 100%;
  background-repeat: repeat;
  background-position: 0px 0px;
  padding-bottom: 52px;
}

.fl-row {
  margin-top: 52px;
}

.fl-left {
  padding-right: 20px;
}

.fl-right {
  padding-left: 20px;
}

.fl i {
  display: inline-block;
  width: 5px;
  height: 16px;
  background-color: #C40000;
}

.fl .flname {
  display: inline;
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
}

.fl .flmore {
  display: inline;
  margin-top: 4px;
}

.fl .fllink {
  display: inline-block;
  width: 480px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
}

.fl .fllinksmall {
  width: 300px;
}

.fl .fllinklarge {
  width: 580px;
}

.fl .fldate {
  display: inline;
  text-align: right;
}

.fl .flsublink {
  margin-top: 15px;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
  line-height: 30px;
}

.fl .flimgrow {
  margin-top: 6px;
  margin-bottom: 6px;
}

.fl .flimgrow .flimage {
  height: 100px;
  width: 165px;
}

.fl .flimgrow .flimagelink {
  margin-top: 6px;
}

.fl a {
  white-space:nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
}

.fl a:hover {
  color: #c2282d;
  text-decoration:none;
}

.fl .divider {
  margin-top: 14px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e5e5e5;
}

.fl .divider-dot {
  margin-top: 16px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #e5e5e5;
}

.fl-row .flzzsm {
  position: absolute;
  top: 105px;
  left: 38px;
  width: 322px;
  line-height: 24px;
}

.fl-row .fl_btn {
  width: 240px;
  height: 60px;
  background-color: #c2282d;
  margin-top: 70px;
}

.fl-row .fl_btn a {
  color: #ffffff;
}

.fl-row .fl_btn img {
  float: left;
  margin-top: 10px;
  margin-left: 55px;
}

.fl-row .fl_btn div {
  float: left;
  margin-left: 18px;
  font-size: 18px;
  color: #ffffff;
  margin-top: 21px;
}

.fl-row .fl_btn:hover {
  transition-duration: 0.5s;
  transform: scaleX(1.2) scaleY(1.3);
}

.fl-row .carousel {
  display: inline-block;
  width: 320px;
  height: 200px;
  
}

.fl-row .carousel .carousel-caption {
  right: 0px;
  left: 0px;
  bottom: 0px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 9px;
  padding-bottom: 0px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
}

.fl-row .breadcrumb {
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 85px;
}

.fl-row .breadcrumb>li+li:before {
  padding: 0 10px;
  color: #cccccc;
}
.flname-flex{
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
}
.flex{
    display: flex;
    align-items: center;

}
.oneTitletwoTitle{
    width: 2px;
    height: 16px;
    background: #11111161;
    margin: 0 10px;
}